Auto merge of #2680 - alexcrichton:update-toml, r=brson
authorbors <bors@rust-lang.org>
Sun, 12 Jun 2016 12:21:23 +0000 (05:21 -0700)
committerGitHub <noreply@github.com>
Sun, 12 Jun 2016 12:21:23 +0000 (05:21 -0700)
commitf8e75eca751d20a364945bcdf142a1b31d81a09a
treee8f3629aa771fc196a2ba4c0d947329370dc27b4
parent83a955beb9132a1653d0c6e0c81f971d48f5c0c4
parent2a1e16c08a1fef3ee1634f762e7bb9e984d4c212
Auto merge of #2680 - alexcrichton:update-toml, r=brson

Update TOML parser to pick up a bugfix

Cargo has previously accepted invalid TOML as valid, but this bugfix should fix
the problem. In order to prevent breaking all crates immediately toml-rs has a
compatibility mode which emulates the bug that was fixed. Cargo will issue a
warning if this compatibility is required to parse a crate.
Cargo.lock
Cargo.toml
src/cargo/util/toml.rs